home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Demos
/
AppMaker 2.0b3
/
Demo AppMaker 1.5
/
Demo AppMaker™
/
Demo AppMaker™.rsrc
/
TmpC_1005_StatText
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-08
|
365 b
|
20 lines
%case update%
SetWFont (%itemname%);
GetWRect (%itemname%, &bounds);
TextIDBox (%textID%, bounds);
%case itemNr%
%DefineItem%
%case dialog field%
%if variable%
Str255 %fieldname%;
%haveField%
%end if%
%case init field%
%if variable%
info->%fieldname% [0] = 0;
%end if%
%case set%
%if variable%
SetDText (%itemname%, info->%fieldname%);
%end if%